Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from LocalArray -> ArrayND #1339

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rcknaus
Copy link
Contributor

@rcknaus rcknaus commented Jan 13, 2025

Moves LocalArray from the matrix-free namespace and renames it to ArrayND, for a device-friendly multi-dimensional version of Kokkos::Array. I modernized the code a little bit and also kept the ArrayND<double[8][3]> type syntax, to reflect Kokkos::View. It's not really necessary (I really just want a multidimensional parentheses operator) and something closer to the mdspan syntax might be nicer.

Anyway, part of the GCL work in principle, but I figured I should split this out since it's somewhat invasive in terms of the diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants